CanInsert Method (ISupportRangeEditing<T>)
In This Topic
Determines whether a new item can be inserted in the collection at the specified .
Syntax
'Declaration
Function CanInsert( _
ByVal As Integer, _
ByVal As _
) As Boolean
Parameters
- index
- The index where the items would be inserted.
- item
- The item that would be inserted.
See Also